Unix shell script to monitor a process [on hold]

Posted by SIJAR on Super User See other posts from Super User or by SIJAR
Published on 2014-06-10T20:40:47Z Indexed on 2014/06/11 3:31 UTC
Read the original article Hit count: 340

Filed under:

I have to make sure that one process in server never goes down. So I'm think of cron vs daemon. Please provide me a good example of unix shell scripts that will run as daemon process. I'm trying to avoid the non sense of permission issue for crontab. Also there is not much good resource on the web for this. Will this daemon process automatically start during a server/system restart. If not how can I achieve this?

© Super User or respective owner

Related posts about daemon